Self Helper ( 394 pas de programme ) Create question that you are seeking answer for, answer each word in program on scale of 1-10 for final answer to the question. Answer a # 1-10 EXE that fits your answer to the words of the question being studied. If the final answer isn't right change your numbers assigned to the words and think why a change was needed. 1 VAC 10 INPUT "NEED 1->10",A 20 INPUT "FEELING 1->10",B 30 INPUT "UNKNOWS 1->10",C 40 INPUT "FACTS 1->10",D 50 INPUT "EFFORT 1->10",E 60 INPUT "HELP 1->10",F 70 INPUT "READYNESS 1->10",G 75 GOTO 100 80 H=A+B+C+D-E+F+G+I 81 Z=H 85 H=H/7:K=INT(H):H=ABS (H) 86 IF H>=5;H=H-4 90 IF H<=0;PRINT "POOR":GOTO 1 91 IF H=1;PRINT "FAIR":GOTO 1 92 IF H=2;PRINT "FINE":GOTO 1 93 IF H=3;PRINT "GOOD":GOTO 1 94 IF H=4;PRINT "POOR":GOTO 1 100 IF A<=4;A=-A 105 IF A>=8;A=5 110 IF B<=4;B=-B 120 IF C<=2;I=5 125 IF I=5;C=0 130 IF D<=4;D=-D 140 IF F<=4;F=-F 150 IF G>=6;G=-G 160 GOTO 80